build(deps): bump @hono/node-server from 1.19.13 to 1.19.17 - #4415
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [@hono/node-server](https://github.com/honojs/node-server) from 1.19.13 to 1.19.17. - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](honojs/node-server@v1.19.13...v1.19.17) --- updated-dependencies: - dependency-name: "@hono/node-server" dependency-version: 1.19.17 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
There was a problem hiding this comment.
Pull request overview
Note
Copilot could not run the full agentic suite for this review because it was automatically requested on a bot-authored pull request. Request a review from Copilot under Reviewers to retry with the full agentic suite. Improved support for bot-authored pull requests is coming soon.
Updates the pinned @hono/node-server dependency version used by the mobile app and lockfile to the latest patched release.
Changes:
- Bump
@hono/node-serverresolution from1.19.13to1.19.17inapps/mobile/package.json - Update
yarn.lockentry for@hono/node-server@^1.19.9to1.19.17with updated tarball + integrity
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| yarn.lock | Updates the resolved @hono/node-server package version and integrity to match the new pin. |
| apps/mobile/package.json | Pins @hono/node-server to 1.19.17 via resolutions. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
|
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
|
Dependency limit exceeded — report not shown. This pull request scan exceeded the 10,000-dependency limit applied to this scan, so the results are incomplete and may be inaccurate. To avoid reporting false positives, Socket has not posted a report. Upgrade your plan to raise the dependency limit and get complete reports, or view the partial scan in the dashboard. Socket is always free for open source. If this is a non-commercial open source project, contact us to request a free Team account. |



Bumps @hono/node-server from 1.19.13 to 1.19.17.
Release notes
Sourced from @hono/node-server's releases.
Commits
71941da1.19.170208500ci: addstageoption for publishing (#386)cbdf7131.19.1686e96c2ci: add an action for trusted publisher (#385)99c1a1aci: run on v1.x branch pushes84cb2eeMerge commit from forkb5e63a31.19.14c02d777fix: add custom inspect to lightweight Request/Response to prevent TypeError ...Maintainer changes
This version was pushed to npm by GitHub Actions, a new releaser for
@hono/node-serversince your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.
Summary by cubic
Upgrades
@hono/node-serverfrom 1.19.13 to 1.19.17 to fix a TypeError when console.logging lightweight Request/Response objects. Old behavior: logging could throw; new behavior: safe logging via custom inspect; no runtime API changes expected.Review notes
apps/mobileresolutions andyarn.lockonly.Written for commit a5ffa21. Summary will update on new commits.